MESCIUS InputMan for ASP.NET 10.0J
ComboItem コンストラクタ(SubItem[],Int32,String)

サブ項目を表すオブジェクトの配列 (GrapeCity.Web.Input.Core.ListBox.SubItem 型)
項目のインデント幅 (Int32 型)
項目の画像 (String 型)
指定したデータを含むComboItemクラスの新しいインスタンスを初期化します。
シンタックス
Public Function New( _
   ByVal subItems() As SubItem, _
   ByVal indent As Integer, _
   ByVal image As String _
)
public ComboItem( 
   SubItem[] subItems,
   int indent,
   string image
)

パラメータ

subItems
サブ項目を表すオブジェクトの配列 (GrapeCity.Web.Input.Core.ListBox.SubItem 型)
indent
項目のインデント幅 (Int32 型)
image
項目の画像 (String 型)
例外
例外解説
System.ArgumentOutOfRangeExceptionindentに負の値が設定されています。
参照

参照

ComboItem クラス
ComboItem メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.